home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / ffactwin.dfm / ffactwin.txt
Encoding:
Text File  |  1998-02-09  |  5.9 KB  |  249 lines

  1. object Form1: TForm1
  2.   Left = 189
  3.   Top = 115
  4.   ActiveControl = DBImage1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'FISH FACTS'
  8.   ClientHeight = 297
  9.   ClientWidth = 500
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'Default'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 6
  19.     Top = 8
  20.     Width = 259
  21.     Height = 217
  22.     Hint = 'Scroll grid below to see other fish'
  23.     ParentShowHint = False
  24.     ShowHint = True
  25.     TabOrder = 0
  26.     object DBLabel1: TDBText
  27.       Left = 4
  28.       Top = 183
  29.       Width = 249
  30.       Height = 24
  31.       DataField = 'Common_Name'
  32.       DataSource = DataSource1
  33.       Font.Color = clRed
  34.       Font.Height = -19
  35.       Font.Name = 'MS Serif'
  36.       Font.Style = [fsBold, fsItalic]
  37.       ParentFont = False
  38.     end
  39.     object DBImage1: TDBImage
  40.       Left = 5
  41.       Top = 8
  42.       Width = 248
  43.       Height = 168
  44.       Hint = 'Scroll grid below to see other fish'
  45.       DataField = 'Graphic'
  46.       DataSource = DataSource1
  47.       TabOrder = 0
  48.     end
  49.   end
  50.   object Panel2: TPanel
  51.     Left = 275
  52.     Top = 8
  53.     Width = 223
  54.     Height = 22
  55.     TabOrder = 1
  56.     object Label1: TLabel
  57.       Left = 7
  58.       Top = 4
  59.       Width = 56
  60.       Height = 13
  61.       Caption = 'About the'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clBlue
  64.       Font.Height = -11
  65.       Font.Name = 'Default'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.     end
  69.     object DBLabel2: TDBText
  70.       Left = 67
  71.       Top = 4
  72.       Width = 142
  73.       Height = 13
  74.       DataField = 'Common_Name'
  75.       DataSource = DataSource1
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clBlue
  78.       Font.Height = -11
  79.       Font.Name = 'Default'
  80.       Font.Style = [fsBold]
  81.       ParentFont = False
  82.     end
  83.   end
  84.   object Panel3: TPanel
  85.     Left = 276
  86.     Top = 32
  87.     Width = 223
  88.     Height = 193
  89.     BevelOuter = bvLowered
  90.     TabOrder = 2
  91.     object DBMemo1: TDBMemo
  92.       Left = 3
  93.       Top = 2
  94.       Width = 217
  95.       Height = 183
  96.       BorderStyle = bsNone
  97.       Color = clSilver
  98.       Ctl3D = False
  99.       DataField = 'Notes'
  100.       DataSource = DataSource1
  101.       Font.Charset = DEFAULT_CHARSET
  102.       Font.Color = clBlack
  103.       Font.Height = -11
  104.       Font.Name = 'Default'
  105.       Font.Style = []
  106.       ParentCtl3D = False
  107.       ParentFont = False
  108.       ScrollBars = ssVertical
  109.       TabOrder = 0
  110.     end
  111.   end
  112.   object Panel4: TPanel
  113.     Left = 0
  114.     Top = 225
  115.     Width = 500
  116.     Height = 72
  117.     Align = alBottom
  118.     BevelInner = bvRaised
  119.     BorderStyle = bsSingle
  120.     ParentShowHint = False
  121.     ShowHint = True
  122.     TabOrder = 3
  123.     object DBGrid1: TDBGrid
  124.       Left = 12
  125.       Top = 8
  126.       Width = 386
  127.       Height = 53
  128.       Hint = 'Scroll up/down to see other fish!'
  129.       Columns = <
  130.         item
  131.           FieldName = 'Category'
  132.         end
  133.         item
  134.           FieldName = 'Species Name'
  135.         end
  136.         item
  137.           FieldName = 'Length (cm)'
  138.         end
  139.         item
  140.           FieldName = 'Length_In'
  141.         end>
  142.       DataSource = DataSource1
  143.       Font.Charset = DEFAULT_CHARSET
  144.       Font.Color = clWindowText
  145.       Font.Height = -11
  146.       Font.Name = 'Default'
  147.       Font.Style = []
  148.       ParentFont = False
  149.       TabOrder = 0
  150.       TitleFont.Charset = DEFAULT_CHARSET
  151.       TitleFont.Color = clBlack
  152.       TitleFont.Height = -11
  153.       TitleFont.Name = 'Default'
  154.       TitleFont.Style = []
  155.     end
  156.     object ExitButton: TBitBtn
  157.       Left = 412
  158.       Top = 36
  159.       Width = 75
  160.       Height = 25
  161.       Hint = 'Close Fish Facts'
  162.       Caption = 'E&xit'
  163.       TabOrder = 1
  164.       Kind = bkClose
  165.     end
  166.     object SaveButton: TBitBtn
  167.       Left = 412
  168.       Top = 8
  169.       Width = 75
  170.       Height = 25
  171.       Hint = 'Save Fish Facts'
  172.       Caption = '&Save'
  173.       TabOrder = 2
  174.       OnClick = SaveClick
  175.       Glyph.Data = {
  176.         78010000424D7801000000000000760000002800000020000000100000000100
  177.         04000000000000000000120B0000120B00000000000000000000000000000000
  178.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  179.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  180.         5555555FFFFFFFFFF5555550000000000555557777777777F5555550FFFFFFFF
  181.         0555557F5FFFF557F5555550F0000FFF0555557F77775557F5555550FFFFFFFF
  182.         0555557F5FFFFFF7F5555550F000000F0555557F77777757F5555550FFFFFFFF
  183.         0555557F5FFFFFF7F5555550F000000F0555557F77777757F5555550FFFFFFFF
  184.         0555557F5FFF5557F5555550F000FFFF0555557F77755FF7F5555550FFFFF000
  185.         0555557F5FF5777755555550F00FF0F05555557F77557F7555555550FFFFF005
  186.         5555557FFFFF7755555555500000005555555577777775555555555555555555
  187.         55555555555555555555555555555555555555555555555555550000}
  188.       NumGlyphs = 2
  189.     end
  190.   end
  191.   object DataSource1: TDataSource
  192.     DataSet = Table1
  193.     Left = 179
  194.     Top = 193
  195.   end
  196.   object Table1: TTable
  197.     Active = True
  198.     DatabaseName = 'BCDEMOS'
  199.     ReadOnly = True
  200.     TableName = 'BIOLIFE'
  201.     Left = 237
  202.     Top = 193
  203.     object Table1Category: TStringField
  204.       DisplayWidth = 15
  205.       FieldName = 'Category'
  206.       Size = 15
  207.     end
  208.     object Table1SpeciesName: TStringField
  209.       DisplayWidth = 20
  210.       FieldName = 'Species Name'
  211.       Size = 40
  212.     end
  213.     object Table1Lengthcm: TFloatField
  214.       DisplayWidth = 11
  215.       FieldName = 'Length (cm)'
  216.     end
  217.     object Table1Length_In: TFloatField
  218.       DisplayWidth = 10
  219.       FieldName = 'Length_In'
  220.       DisplayFormat = '0.00'
  221.     end
  222.     object Table1Common_Name: TStringField
  223.       DisplayWidth = 30
  224.       FieldName = 'Common_Name'
  225.       Visible = False
  226.       Size = 30
  227.     end
  228.     object Table1Notes: TMemoField
  229.       FieldName = 'Notes'
  230.       BlobType = ftMemo
  231.       Size = 50
  232.     end
  233.     object Table1Graphic: TBlobField
  234.       FieldName = 'Graphic'
  235.       ReadOnly = True
  236.       Visible = False
  237.       BlobType = ftBlob
  238.     end
  239.   end
  240.   object SaveDialog1: TSaveDialog
  241.     DefaultExt = '.txt'
  242.     FileEditStyle = fsEdit
  243.     FileName = 'fish.txt'
  244.     Filter = 'Text file (*.txt)|*.txt'
  245.     Left = 208
  246.     Top = 193
  247.   end
  248. end
  249.